Endpoint-Get-/ World/ Tootanga/ Latitude/ Longitude/ Altitude→Json names a function, with lambda list (LATITUDE LONGITUDE ALTITUDE):
Get the information about the area near (LATITUDE,LONGITUDE,ALTITUDE)
The terrain and objects in that area, characters, &c. will be returned.
Your character must be able to observe that general area. No peeking!
This is a web service endpoint accessed by the HTTP method GET at the URI template /world/tootanga/:latitude/:longitude/:altitude. It returns a content-type of application/json.
The URI includes parameters: LATITUDE, LONGITUDE, ALTITUDE.
It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.
Defined in file src/endpoints/slash-world.lisp.